home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 20 / Creative-Review-CD-ROM-20.iso / pc / image / tibcr972.dir / 00267_Script_Help Script < prev    next >
Text File  |  1996-11-25  |  616b  |  13 lines

  1. on exitFrame
  2.  hideObjects("9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48")
  3.   rollOverDisp2("9,10,Contents,11,12,Photography 1,13,14,Illustration 1,15,16,Film,17,18,News & Views,19,20,Competition,21,22,About,23,24,News,25,26,Views,27,28,Competition,29,30,Competition,31,32,About Bureau,33,34,About CDs,35,36,About Catalogues,37,38,About Showreels,39,40,About Image Index,41,42,About Offices,43,44,Help,45,46,Contents,47,48,Contents")
  4.   go the frame
  5. end
  6.  
  7. on mouseUp
  8.   global dest
  9.   if dest <> "none" then
  10.     go to dest
  11.   end if
  12. end
  13.